# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.676.12.18 -> 1.676.12.19 # arch/ia64/config.in 1.13 -> 1.14 # Documentation/Configure.help 1.128.4.1 -> 1.128.4.2 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/27 bjorn_helgaas@hp.com 1.676.12.19 # ia64: Remove McKinley A-step config stuff. # -------------------------------------------- # diff -Nru a/Documentation/Configure.help b/Documentation/Configure.help --- a/Documentation/Configure.help Wed Oct 8 09:07:04 2003 +++ b/Documentation/Configure.help Wed Oct 8 09:07:04 2003 @@ -25109,16 +25109,6 @@ can select this option to disable the VHPT for debugging. If you're unsure, answer N. -Enable McKinley A-step specific code -CONFIG_MCKINLEY_ASTEP_SPECIFIC - Select this option to build a kernel for an IA64 McKinley system - with any A-stepping CPU. - -Enable McKinley A0/A1-step specific code -CONFIG_MCKINLEY_A0_SPECIFIC - Select this option to build a kernel for an IA64 McKinley system - with an A0 or A1 stepping CPU. - Turn on compare-and-exchange bug checking (slow!) CONFIG_IA64_DEBUG_CMPXCHG Selecting this option turns on bug checking for the IA64 @@ -25143,9 +25133,7 @@ CONFIG_IA64_PRINT_HAZARDS Selecting this option prints more information for Illegal Dependency Faults, that is, for Read after Write, Write after Write or Write - after Read violations. This option is ignored if you are compiling - for an Itanium A step processor (CONFIG_ITANIUM_ASTEP_SPECIFIC). If - you're unsure, select Y. + after Read violations. If you're unsure, select Y. Performance monitor support CONFIG_PERFMON diff -Nru a/arch/ia64/config.in b/arch/ia64/config.in --- a/arch/ia64/config.in Wed Oct 8 09:07:04 2003 +++ b/arch/ia64/config.in Wed Oct 8 09:07:04 2003 @@ -65,10 +65,6 @@ if [ "$CONFIG_MCKINLEY" = "y" ]; then define_int CONFIG_IA64_L1_CACHE_SHIFT 7 - bool ' Enable McKinley A-step specific code' CONFIG_MCKINLEY_ASTEP_SPECIFIC - if [ "$CONFIG_MCKINLEY_ASTEP_SPECIFIC" = "y" ]; then - bool ' Enable McKinley A0/A1-step specific code' CONFIG_MCKINLEY_A0_SPECIFIC - fi fi if [ "$CONFIG_IA64_GENERIC" = "y" -o "$CONFIG_IA64_DIG" = "y" -o "$CONFIG_IA64_HP_ZX1" = "y" ]; then